Meaning anonymous class
What does anonymous class mean? Here you find 2 meanings of the word anonymous class. You can also add a definition of anonymous class yourself

1

0 Thumbs up   0 Thumbs down

anonymous class


An anonymous class is a synthetic subclass generated by the Scala compiler from a new expression in which the class or trait name is followed by curly braces. The curly braces contains the body of the [..]
Source: docs.scala-lang.org

2

0 Thumbs up   0 Thumbs down

anonymous class


A class created without a class name. Such a class will be an sub class or an implementation of an interface, and is usually created as an actual argument or returned as a method result. For instance [..]
Source: cs.kent.ac.uk




<< algebraic data type anonymous function >>